A. ValidateControl
B. ControlToValidate
C. ControlToBind
D. Validate
Advertisement
Related Mcqs:
- Which of the following denote the property in every validation control ?
- A. ControlToValidate property B. Text property C. Both A and B D. None of these...
- Select the validation control used for “PatternMatching”?
- A. RangeValidator B. PatternValidator C. RegularExpressionValidator D. FieldValidator...
- How do you disable client side validation ?
- A. Set the ClientTarget property to Downlevel B. Set the Runat property to server C. Set the inherits property to codeb D. Set the language property to C#...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- Which of the following must be done in order to connect data from some data resource to Repeater control ?
- A. Call the DataBind method B. Set the DataSource property C. Both A and B D. None of these...
- Which of the following method must be overridden in a custom control ?
- A. The default constructor B. The Control_Build() method C. The Paint() method D. The Render() method...
- The actual work process of ASP.NET is taken care by _____________?
- A. aspnet_wp.exe B. aspnet_isapi.dll C. inetinfo.exe D. None of these...
- The number of forms that can be added to a aspx page is______________?
- A. 1 B. 2 C. 3 D. More than 3...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
Advertisement